home *** CD-ROM | disk | FTP | other *** search
- Path: news.mty.itesm.mx!news
- From: "Ra=?iso-8859-1?Q?=FAl V. Ram=EDrez Velarde" <rvramire@campus.mty.itesm.mx>?=
- Newsgroups: comp.lang.c,cimo.graphics.raytracing
- Subject: Compiling under Solaris (POV ray). libraries missing
- Date: Wed, 17 Apr 1996 19:31:23 -0700
- Organization: ITESM Ciencias Computacionales
- Message-ID: <3175A97B.1255@campus.mty.itesm.mx>
- NNTP-Posting-Host: 131.178.14.11
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- Hi,
-
- I'm compiling Persistance of Vision (ray tracer). I used
- the xwindows makefile which compiled just well in RS6000.
-
- Tha compiling fails at the linking stage. I substituted
- /usr for /usr/openwin as the X11 directory. but the libX11.a
- library is some where else. I included it manually and got a lot
- of errors, most of them related to comunications. I also
- linked
- /usr/openwin/lib/libp/libX11.a \
- -lsocket -lnsl \
- /usr/lib/libdl.so.1 \
- /usr/lib/libw.so.1 \
-
- which reduced the errors detected. Now I only get two errors:
-
- unreferenced simbols:
- XSolarisIASetProcessInfo in XOpenDis.o
- _mcount in Context.o
-
- Does any body know what libraries do i have to link to find
- these funtion calls?
-
- If possible, reply directly.
-
- Regards,
-
- Raul
- rvramire@campus.mty.itesm.mx
-